home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Business Shareware
/
Business Shareware.iso
/
start
/
finance
/
coms13
/
printman.bat
< prev
next >
Wrap
DOS Batch File
|
1993-01-03
|
444b
|
15 lines
ECHO OFF
CLS
ECHO
ECHO This batch file prints the Customer Order Management System User's Manual.
ECHO
ECHO Make sure your printer is set to top-of-form and is turned on. Also, make
ECHO sure you have enough paper available. You will need 23 sheets.
ECHO
ECHO If you came here by mistake, hold down the Ctrl key and press the C key.
ECHO
PAUSE
CLS
ECHO Printing Manual. Please Standby........
TYPE MANUAL.DOC > PRN
CLS